crypto/tls.serverHelloMsg.original (field)
7 uses
crypto/tls (current package)
handshake_client_tls13.go#L89: confTranscript.Write(hs.serverHello.original[:30])
handshake_client_tls13.go#L91: confTranscript.Write(hs.serverHello.original[38:])
handshake_client_tls13.go#L263: hrrHello := make([]byte, len(hs.serverHello.original))
handshake_client_tls13.go#L264: copy(hrrHello, hs.serverHello.original)
handshake_messages.go#L720: original []byte
handshake_messages.go#L872: *m = serverHelloMsg{original: data}
handshake_messages.go#L1000: return m.original
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |